/* CSS Document */
@charset "utf-8";
*{margin:0; padding:0; font-family: Arial, 微软雅黑, Microsoft YaHei;}
a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }
p { text-align: justify; margin-bottom: 0; }
ul, ol { list-style-type: none; margin-bottom: 0; }
img { border: 0; max-width: 100%; object-fit: cover;}
.clear { clear: both; }
html { overflow-x: hidden; font-size: 62.5%;}
body { overflow: hidden; height:100%; position: relative; font-size: 1em; }
/* html.on { overflow: hidden; height: 100%; } */
.h60 { height: 60px; clear: both; }
.h120 { height: 120px; clear: both; background: #eee; }
input, buttom, textarea { -webkit-appearance: none; outline: none; }
input[type=radio], input[type=checkbox] { border: none !important; }
select { outline: none }
.fl { float: left; }
.fr { float: right; }
*:focus{ border:none; outline:none;box-shadow: none;}

::-webkit-scrollbar-track{background-color:#f7f7f7}
::-webkit-scrollbar{width:3px; height: 3px;}
::-webkit-scrollbar-thumb{background-color:#c1c1c1}

/* @font-face {
    font-family: HanSans_CN;
    src: url(../fonts/ses.ttf);
} */

.header{ height: 120px; line-height: 120px; position: fixed; z-index: 9; width: 100%; background: rgba(255,255,255,.6); padding: 0 50px; box-shadow: 0 3px 5px rgba(0,0,0,.15); display: flex; align-items: center; flex-wrap: wrap;}
.header.on{ background: #fff;}
.header .logo{  width: 35%; padding-right: 3%;}
.header .pc-nav{ width: 60%;}
.header .pc-nav ul{ display: flex; flex-wrap: wrap;}
.header .pc-nav li{ width: 12.5%; position: relative; text-align: right;}
.header .pc-nav li > a{ font-size: 1.6em; color: #333; display: inline-block; height: 100%; position: relative; padding: 0 12px;}
.header .pc-nav li > a:hover, .header .pc-nav li.on > a{ background: #13418e; color: #fff;}
.header .pc-nav li .nav-box{ margin-bottom: 0; position: absolute; width: 160px; background: #fff; top: 100%; left: 69%; animation-name: layui-upbit;  animation-fill-mode: both; animation-duration: .3s; display: none; box-shadow: 0 3px 10px rgba(0,0,0,.15); border-radius: 0 0 6px 6px;}
.header .pc-nav li:nth-child(3) .nav-box{ width: 200px;}
.header .pc-nav li:hover .nav-box{ display: block;}
.header .pc-nav li .nav-box dl{ margin-bottom: 0;}
.header .pc-nav li .nav-box dd{ width: 100%; height: 45px; line-height: 45px; text-align: center; position: relative; border-bottom: 1px dashed #bfbfbf;}
.header .pc-nav li .nav-box dd:last-child{ border-bottom: none; border-radius: 0 0 6px 6px;}
.header .pc-nav li .nav-box dd > a{ font-size: 1.4em; text-align: center; color: #333; display: block;}
.header .pc-nav li .nav-box dd:hover{ background: #13418e;}
.header .pc-nav li .nav-box dd:hover > a{ color: #fff;}

@-webkit-keyframes layui-upbit {
	from {
		-webkit-transform: translate3d(0,-30px,0);
        transform: translateX(-50%);
		opacity: .3
	}

	to {
		-webkit-transform: translate3d(0,0,0);
        transform: translateX(-50%);
		opacity: 1
	}
}

@keyframes layui-upbit {
	from {
		transform: translate3d(0,-30px,0) ;
        transform: translateX(-50%);
		opacity: .3
	}

	to {
		transform: translate3d(0,0,0);
        transform: translateX(-50%);
		opacity: 1
	}
}

.header .search-pc{ position: relative; width: 5%; text-align: center; cursor: pointer;}
.header .search-pc img{ width: 24px;}
.header .search-pc .icon2{ display: none;}
.header .search-pc .box{ position: absolute; top: 82%; right: 0; width: 320px; line-height: 45px; flex-wrap: wrap; border-radius: 30px; overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,.35); display: none;}
.header .search-pc .box.on{  display: flex;}
.header .search-pc .box input[type="text"]{ width: 80%; border: none; background: #fff; padding: 0 15px 0 25px; font-size: 1.4em;}
.header .search-pc .box input[type="submit"]{ width: 20%; border: none; background: #13418e; position: relative; z-index: 0;}
.header .search-pc .box .icon{ position: absolute; width: 20px; height: 20px; z-index: 1; right: 24px; top: 50%; transform: translateY(-50%);}

.header .search{ padding:0 15px; text-align:right;}
.header .search > img{ width: 28px;}
.header .search-box{ position: absolute; top: 100%;  width: 100%; left: 0; background: #fff; padding: 10px 20px; border-top: 1px solid #13418e; box-shadow: 0 5px 5px rgba(0,0,0,.5); display:none;}
.header .search-box input[type="text"]{ float:left; width:80%; height:40px; border:none; font-size:1.4em; color:#333; padding-right: 10px; line-height:40px;}
.header .search-box input[type="submit"]{ float:left; width:20%; height:40px; border:none; font-size:1.4em; background:#13418e; color:#fff; line-height:40px;}
.header .search-box select{ position: absolute; width: 18%; top: 0; left: 0; height: 100%; padding: 0 10px; font-size: 1.4em; color: #333; border: none;}

.header .nav-btn { height: 60px; line-height: 60px; position:relative; z-index:999; float:right; padding:0;}
.header .nav-btn .nav-icon { width: 26px; height: 24px; overflow: hidden; position: relative; top: 50%; float: right; transform:translateY(-50%); z-index: 9; }
.header .nav-btn .nav-icon span { display: inline-block; width: 26px; height: 2px; background: #13418e; border-radius: 6px; position: absolute; left: 0; transition: all 0.3s linear 0s;}
.header .nav-btn .nav-icon span:nth-child(1) { top: 0; }
.header .nav-btn .nav-icon span:nth-child(2) { width: 16px; top: 10px; }
.header .nav-btn .nav-icon span:nth-child(3) { top: 20px }
.header .nav-active .nav-icon span:nth-child(2) { width: 26px; }
.header .nav-active .nav-icon span { background: #fff; }

.nav { position: fixed; width: 100%; height: 100%; top: 0; right: -100%; background: #fff; transition: all 0.2s linear 0s; z-index:99;}
.nav.on { right: 0; }
.nav .nav-top { background: #13418e; font-size: 1.6em; color: #fff; padding: 0 20px; text-align:left; height: 60px; line-height: 60px;}
.nav ul{ overflow-x:hidden; height: 91%;}
.nav li{ width: 100%; line-height: 50px; border-bottom: 1px solid #ccc; position: relative;}
.nav li>a { display: inline-block; width: 80%; padding-left: 30px; height: 100%; font-size: 1.4em; color: #333; }
.nav li i{ position: absolute; font-size: 1.8em; color: #333; right: 20px; top: 18px; transition: all .3s;}
.nav li.on > i, .nav li dd.on > i{ transform: rotate(90deg);}
.nav li.on > a{ color: #13418e;}
.nav li dl { margin-bottom: 0; display: none; background: #f2f2f2; }
.nav li dd { border-bottom: 1px dashed #ccc; position: relative;}
.nav li dd i{ top: 14px;}
.nav li dd:last-child { border-bottom: none; }
.nav li dd a { display: inline-block; width: 80%; line-height: 45px; text-indent: 4em; font-size: 1.4em; color: #333; }
.nav li dd.on > a{ color: #13418e;}
.nav li dd .nav-box{ display: none; }
.nav li dd .nav-box a{ border-top: 1px dashed #ccc; text-indent: 6em; }
.nav li dd .nav-box a:hover{ color: #13418e;}
.nav-bg{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.35); left: 0; top: 0; display:none;}
.nav-bg.on{ display:block;}

.banner{ position: relative; height: 43.23vw; width: 100%; overflow: hidden; z-index: 0;}
.banner .swiper-container, .banner .swiper-wrapper, .banner .swiper-slide{ width: 100%; height: 100%;}
.banner .swiper-slide a{ display: block; position: relative; width: 100%; height: 100%; overflow: hidden;}
.banner .swiper-slide img{ position: absolute; width: 100%; height: 100%;}
.banner .swiper-button-next{ right: -50px;}
.banner .swiper-button-prev{ left: -50px;}
.banner:hover .swiper-button-next{ right: 10px;}
.banner:hover .swiper-button-prev{ left: 10px;}
.banner .swiper-button-next, .banner .swiper-button-prev{ width: 40px; height: 80px; border-radius: 4px; margin-top: -40px; background: rgba(0,0,0,.3); transition: all .3s;}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after{ display: none;}
.banner .swiper-button-next i, .banner .swiper-button-prev i{ color: #fff; font-size: 2.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.banner .swiper-pagination{ bottom: 15px;}
.banner .swiper-pagination-bullet{ width: 40px; height: 5px; background: #fff; margin: 0 7.5px !important; border-radius: 0; transition: all .3s;}
.banner .swiper-pagination-bullet-active{ background: #fff; width: 40px;}

.index-box{ padding: 3.3854vw 40px 4.1667vw; background: url(../images/i-bg.png) no-repeat center top; background-size: contain; position: relative; z-index: 0;}
.i-business{ overflow: hidden;}
.i-business .top{ display: flex; flex-wrap: wrap; overflow: hidden;}
.i-business .top .title{ background: #13418e; font-size: 1.88vw; height: 5.21vw; font-weight: bold; font-family: HanSans_CN; color: #fff; padding: 0 10px 0 1.8vw; line-height: 1; display: flex; flex-wrap: wrap; align-items: center;}
.i-business .top .title span{ font-size: 1.25vw; font-weight: bold; margin-left: 10px; transform: translateY(.2vw);}
.i-business .top .icon{ height: 5.21vw;}
.i-business .top .icon img{ height: 100%;}
.i-business .list{ margin: 2.4vw -1.25vw 0;}
.i-business .list .mySwiper{ overflow: inherit;}
.i-business .list .swiper-slide{ width: calc(100% / 5); padding: 0 1.25vw; }
.i-business .list .swiper-slide a{ display: inline-block; width: 100%; height: 100%; position: relative; border-radius: 20px; overflow: hidden;}
.i-business .list .swiper-slide .img{ position: relative; z-index: 0; overflow: hidden; height: 20.84vw;}
.i-business .list .swiper-slide .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-business .list .swiper-slide:hover .img img{ transform: scale(1.1);}
.i-business .list .swiper-slide .text{ position: absolute; z-index: 1; bottom: 0; width: 100%; display: flex; flex-wrap: wrap; align-items: flex-end; padding: 0 20px 18px; height: 95px; background: linear-gradient( transparent, rgba(19,65,142,.65)) ;}
.i-business .list .swiper-slide .text .t{ flex: 1; font-size: 1.25vw; color: #fff; padding-left: 15px; line-height: 1; font-weight: bold; font-family: HanSans_CN; position: relative;}
.i-business .list .swiper-slide .text .t::before{ content: ""; position: absolute; width: 2px; height: 100%; background: #fff; left: 0; top: 50%; transform: translateY(-50%);}
.i-business .list .swiper-slide .text .more{ width: 60px; color: #fff; line-height: 1; text-align: right; font-size: 1.4em;}
.i-business .list .swiper-slide .text .more:hover{ color: #13418e;}
.i-business .list .swiper-button-next{ right: 24px; background: url(../images/ibusiness-next.png) no-repeat center; background-size: cover;}
.i-business .list .swiper-button-prev{ left: inherit; right: 6.5vw; background: url(../images/ibusiness-prev.png) no-repeat center; background-size: cover;}
.i-business .list .swiper-button-next, .i-business .list .swiper-button-prev{ width: 2.76vw; height: 2.76vw; border-radius: 4px; top: -5.5vw; margin-top: 0; transition: all .3s;}
.i-business .list .swiper-button-next::after, .i-business .list .swiper-button-prev::after{ display: none;}
.i-business .list .swiper-button-next i, .i-business .list .swiper-button-prev i{ color: #fff; font-size: 2.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.index-title{ font-size: 1.88vw; color: #13418e; line-height: 1; font-weight: bold; font-family: HanSans_CN; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center;}
.index-title span{ font-size: 1.25vw; color: #999; text-transform: uppercase; margin-left: 15px;}

.i-news{ margin-top: 5.75vw;}
.i-news .hd{ margin-top: 2.6vw;}
.i-news .hd ul{ display: flex; flex-wrap: wrap; justify-content: center;}
.i-news .hd li{ width: 10.42vw; height: 3.125vw; line-height: 3.125vw; text-align: center; background: #6d6b6b; color: #fff; font-size: 1.25vw; margin: 0 1vw;}
.i-news .hd li a{ color: inherit; display: inline-block;}
.i-news .hd li:hover, .i-news .hd li.on{ background: #13418e;}

.i-news .bd{ margin-top: 3.9vw;}
.i-news .bd .box{ display: flex; flex-wrap: wrap;}
.i-news .bd .imgs{ width: 40.46%; flex: 1; overflow: hidden; position: relative;}
.i-news .bd .imgs .swiper-container{ width: 100%; height: 100%;}
.i-news .bd .imgs .swiper-slide{ position: relative; overflow: hidden;}
.i-news .bd .imgs .swiper-slide .img{ position: relative; z-index: 0; width: 100%; height: 100%;}
.i-news .bd .imgs .swiper-slide .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-news .bd .imgs .swiper-slide:hover .img img{ transform: scale(1.1);}
.i-news .bd .imgs .swiper-slide .title{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 10vw 0 1vw; height: 60px; line-height: 60px; font-size: .94vw; background: rgba(0,0,0,.5); color: #fff; font-weight: bold; font-family: HanSans_CN; z-index: 1; margin: 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news .bd .imgs .swiper-slide:hover .title{ background: #02599c; color: #fff;}
.i-news .bd .imgs .swiper-pagination{ width: auto; left: inherit; right: 20px; bottom: 18px;}
.i-news .bd .imgs .swiper-pagination-bullet{ width: 10px; height: 10px; opacity: 1; background: #fff; border-radius: 0; margin: 0 9px !important;}
.i-news .bd .imgs .swiper-pagination-bullet-active{ background: #13418e;}

.i-news .bd .list{ width: 59.54%; padding-left: 2.6vw;}
.i-news .bd .list li{ padding: 1.5625vw 0; background: #f5f5f5;}
.i-news .bd .list li+li{ margin-top: 1.5625vw;}
.i-news .bd .list li a{ display: flex; flex-wrap: wrap;}
.i-news .bd .list li .date{ display: flex; flex-direction: column; text-align: center; justify-content: center; width: 6.25vw; height: 80px; line-height: 1; border-right: 1px solid #e5e5e5; color: #333;}
.i-news .bd .list li .date .day{ font-size: 2.4em;}
.i-news .bd .list li .date .y-m{ font-size: 1.4em; margin-top: 12px;}
.i-news .bd .list li .text{ flex: 1; display: flex; flex-direction: column; justify-content: center; padding-left: 1.25vw; padding-right: 8vw; position: relative;}
.i-news .bd .list li .text .t{ font-size: 1.8em; margin: 0; color: #333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news .bd .list li .text .p{ font-size: 1.4em; color: #999; line-height: 20px; margin-top: 10px; min-height: 40px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.i-news .bd .list li .text .icon{ position: absolute; width: 6vw; height: 100%; right: 0; top: 0; background: url(../images/news-icon1.png) no-repeat center; background-size: 40%;}
.i-news .bd .list li:hover{ background: #13418e;}
.i-news .bd .list li:hover .date{ color: #fff; border-color: #fff;}
.i-news .bd .list li:hover .text .t, .i-news .bd .list li:hover .text .p{ color: #fff;}
.i-news .bd .list li:hover .text .icon{ background: url(../images/news-icon2.png) no-repeat center; background-size: 40%;}

.i-performance{ background: url(../images/i-performance-bg.jpg) no-repeat center; background-size: cover; padding: 3.54vw 50px 6.25vw;}
.i-performance .index-title{ color: #fff;}
.i-performance .index-title span{ color: #d7d5d5;}
.i-performance .box{ display: flex; flex-wrap: wrap; margin-top: 4.6875vw;}
.i-performance .i-performance-left{ width: 53.56%;}
.i-performance .i-performance-left ul{ display: flex; flex-wrap: wrap;}
.i-performance .i-performance-left li{ width: calc((100% - 8.8vw) / 5); height: 9.54vw; margin-left: 1vw;}
.i-performance .i-performance-left li .img{ position: relative; background: url(../images/iperformance-icon-bg.png) no-repeat center; background-size: 100% 100%; width: 100%; height: 100%; transition: all .6s;}
.i-performance .i-performance-left li:hover .img{ transform: rotateY(360deg);}
.i-performance .i-performance-left li:nth-child(5n-4){ margin-left: 0;}
.i-performance .i-performance-left li:nth-child(6), .i-performance .i-performance-left li:nth-child(7), .i-performance .i-performance-left li:nth-child(8), .i-performance .i-performance-left li:nth-child(9), .i-performance .i-performance-left li:nth-child(10){ margin-top: -1.3vw; margin-bottom: -1.3vw; transform: translateX(4.68vw);}
.i-performance .i-performance-left li img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-height: 50%; max-width: 80%}
.i-performance .i-performance-right{ width: 46.44%; height: 26vw; overflow: hidden; padding: 0 2vw 0 5vw;}
.i-performance .i-performance-right ul{ display: flex; flex-wrap: wrap; margin-bottom: 2.15vw;}
.i-performance .i-performance-right li{ width: calc((100% - 3.4vw) / 2); height: 12vw; margin-left: 3.4vw; padding: 16px 15px; border-radius: 10px; background: #fff; }
.i-performance .i-performance-right li:first-child{ margin-left: 0;}
.i-performance .i-performance-right li .img{ position: relative; width: 100%; height: 100%; overflow: hidden;}
.i-performance .i-performance-right li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-performance .i-performance-right li:hover .img img{ transform: scale(1.1);}


.i-team{ padding: 5vw 0 4.8vw;}
.i-team .box{ margin-top: 3.9vw; position: relative;}
.i-team .box .swiper-slide{ width: 59.5%; position: relative;}
.i-team .box .swiper-slide-prev{ text-align: right;}
.i-team .box .swiper-slide-next{ text-align: left;}
.i-team .box .swiper-slide-active{ padding: 0 7.58%;}
.i-team .box .swiper-slide a{ display: inline-block; position: relative; width: 100%;}
.i-team .box .swiper-slide a::before{ content: ""; position: absolute; width: 100%; height: 100%; background: rgba(0,21,55,.8); left: 0; top: 0; z-index: 1;}
.i-team .box .swiper-slide-active a::before{ display: none;}
.i-team .box .swiper-slide .img{ width: 100%; height: 20.84vw; position: relative; z-index: 0; overflow: hidden;}
.i-team .box .swiper-slide .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-team .box .swiper-slide:hover .img img{ transform: scale(1.1);}
.i-team .box .swiper-slide .text{ position: absolute; z-index: 2; top: 59%; transform: translateY(-50%); left: 2.9vw; width: 25%;}
.i-team .box .swiper-slide-active .text{ width: 86%;}
.i-team .box .swiper-slide-prev .text{ left: inherit; right: 2.9vw;}
.i-team .box .swiper-slide .text .t{ font-size: 2.4em; color: #13418e; font-weight: bold; font-family: HanSans_CN; line-height: 1;}
.i-team .box .swiper-slide .text .line{ height: 3px; position: relative; margin-top: 1.15vw;}
.i-team .box .swiper-slide .text .line i{ display: inline-block; width: 100px; height: 3px; background: #13418e; position: absolute; left: 0; top: 0;}
.i-team .box .swiper-slide .text .p{ font-size: 1.8em; color: #807f7f; line-height: 24px; margin-top: 1.3vw; min-height: 48px;}
.i-team .box .swiper-slide .text .more{ margin-top: 3.4vw;}
.i-team .box .swiper-slide-prev .text .t, .i-team .box .swiper-slide-next .text .t{ color: #fff; text-align: center; font-size: 1.8em;}
.i-team .box .swiper-slide-prev .text .p, .i-team .box .swiper-slide-next .text .p{ color: #fff; text-align: center; font-size: 1.4em;}
.i-team .box .swiper-slide-prev .text .line i, .i-team .box .swiper-slide-next .text .line i{ background: #fff; left: 50%; transform: translateX(-50%);}
.i-team .box .swiper-slide-prev .text .more, .i-team .box .swiper-slide-next .text .more{ display: none;}
.i-team .box .swiper-slide .text .more span{ display: inline-block; width: 120px; height: 45px; line-height: 45px; border: 2px solid #13418e; font-size: 1.4em; color: #13418e; text-align: center;}
.i-team .box .swiper-slide .text .more span:hover{ background: #13418e; color: #fff;}
.i-team .box .swiper-button-next{ right: 20.2%;}
.i-team .box .swiper-button-prev{ left: 20.2%;}
.i-team .box .swiper-button-next, .i-team .box .swiper-button-prev{ width: 7.58%; height: 100%; border-radius: 0; margin-top: 0; transform: translateY(-50%); background: transparent; transition: all .3s;}
.i-team .box .swiper-button-next::after, .i-team .box .swiper-button-prev::after{ display: none;}
.i-team .box .swiper-button-next span, .i-team .box .swiper-button-prev span{ display: inline-block; width: 2.6vw; height: 3.125vw; background: rgba(0,0,0,.6);}
.i-team .box .swiper-button-next i, .i-team .box .swiper-button-prev i{ color: #fff; font-size: 3.2em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.footer{ background: url(../images/footer-bg.jpg) no-repeat center; background-size: cover; padding: 2.7vw 40px 0;}
.footer .footer-box{ display: flex; flex-wrap: wrap; padding-bottom: 1.5625vw;}
.footer .foot-left{ width: 550px;}
.footer .foot-left .foot-logo{ padding-right: 13%;}
.footer .foot-left .foot-nav{ margin-top: 10px;}
.footer .foot-left .foot-nav ul{ display: flex; flex-wrap: wrap;}
.footer .foot-left .foot-nav li{ width: 25%; margin-top: 18px;}
.footer .foot-left .foot-nav li a{ font-size: 1.4em; color: #fff; border-right: 1px solid #fff; display: inline-block; padding-right: 30%; line-height: 1;}
.footer .foot-left .foot-nav li a:hover{ text-decoration: underline;}
.footer .foot-left .foot-nav li:nth-child(4n) a, .footer .foot-left .foot-nav li:last-child a{ border-right: none;}
.footer .foot-contact{ width: 60%; flex: 1; padding: 0 3%; display: flex; align-items: center;}
.footer .foot-contact ul{ width: 100%; display: flex; flex-wrap: wrap; flex-direction: column;}
.footer .foot-contact li{ font-size: 1.4em; color: #fff; position: relative; padding-left: 35px; line-height: 40px;}
.footer .foot-contact li img{ position: absolute; width: 24px; height: 24px; left: 0; top: 50%; transform: translateY(-50%);}
.footer .foot-wx{ width: 144px;}
.footer .foot-wx .t{ font-size: 1.4em; color: #fff; text-align: center; margin-top: 10px;}
.footer .footer-copy{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.3); font-size: 1.4em; color: #fff; padding: 20px 0; line-height: 24px;}
.footer .footer-copy a, .footer .footer-copy span{ color: inherit; display: inline-block;}
.footer .footer-copy img{ margin-right: 10px;}


.page-banner{ margin-top: 120px; height: 400px; position: relative;}
.page-banner .page-title{ width: 300px; height: 160px; position: absolute; bottom: 0; left: 50px; z-index: 1; display: flex; flex-direction: column; justify-content: center; line-height: 1; padding-left: 40px;}
.page-banner .page-title .en{ font-size: 1.8em; color: #d2d2d2; text-transform: uppercase;}
.page-banner .page-title .cn{ font-size: 3em; color: #fff; font-weight: bold; font-family: HanSans_CN; margin-top: 16px;}
.page-banner .mbx{ position: absolute; z-index: 0; height: 50px; line-height: 50px; width: 100%; left: 0; bottom: 0; background: rgba(0,0,0,.5); font-size: 1.4em; padding-left: 50px; color: #fff;}
.page-banner .mbx a{ color: inherit; margin: 0 2px;}
.page-banner .mbx a:first-child{ padding-left: 30px; position: relative; margin-left: 340px;}
.page-banner .mbx a:first-child img{ position: absolute; width: 20px; height: 20px; left: 0; top: 50%; transform: translateY(-50%);}
.page-banner .mbx a:hover{ text-decoration: underline;}

.ty-page{ background: #f8f8f8; padding: 25px 35px 65px 50px; display: flex; flex-wrap: wrap;}
.ty-left{ width: 300px;}
.ty-left .ty-nav{ overflow: hidden;}
.ty-left .ty-nav li{ line-height: 70px; background: #fff; border-bottom: 1px dashed #e5e5e5; font-size: 1.8em;}
.ty-left .ty-nav li dl { padding-left: 50px; width: 100%; margin: 0; background: #f0f0f0; display: none; }
.ty-left .ty-nav li dl dd{ line-height: 50px; }
.ty-left .ty-nav li dl dd a{ display: block; }
.ty-left .ty-nav li dl dd.on a{ color: #02599c; font-weight: bold; }
.ty-left .ty-nav li dl dd:hover a{ color: #02599c; font-weight: bold; }
.ty-left .ty-nav li:last-child{ border-bottom: none;}
.ty-left .ty-nav li > a{ display: block; width: 100%; color: inherit; padding-left: 40px; }
.ty-left .ty-nav li.on > a, .ty-left .ty-nav li:hover > a{ background: #13418e; color: #fff;}
.ty-left .ty-nav li.on dl { display: block; }
.ty-left .ty-contact{ margin-top: 64px;}
.ty-left .ty-contact .top{ line-height: 1; height: 100px; display: flex; flex-direction: column; justify-content: center; background: #13418e; padding-left: 2.083333vw;}
.ty-left .ty-contact .top .en{ font-size: 1.4em; color: #d2d2d2; text-transform: uppercase;}
.ty-left .ty-contact .top .cn{ font-size: 2.4em; color: #fff; margin-top: 10px;}
.ty-left .ty-contact .text{ background: #fff; padding: 20px 20px 35px 30px;}
.ty-left .ty-contact .text li{ font-size: 1.4em; line-height: 24px;}
.ty-left .ty-contact .text li+li{ margin-top: 18px;}

.ty-right{ flex: 1; margin-left: 35px; background: #fff; padding: 30px 56px 70px; width: 70%; }
.ty-right .ty-top{ font-size: 1.8em; color: #13418e; line-height: 1; font-weight: bold; font-family: HanSans_CN; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5;}

.page-box{ font-size: 1.4em; line-height: 24px; color: #333; padding-top: 20px;}
.page-box p+p { margin-top: 15px; }

.about-box{ padding-top: 76px;}
.about-box .box1{ display: flex; flex-wrap: wrap;}
.about-box .box1 .text{ width: 53%;}
.about-box .box1 .text .t{ font-size: 2.4em; color: #13418e; font-weight: bold; font-family: HanSans_CN; position: relative; padding-bottom: 20px;}
.about-box .box1 .text .t::before{ content: ""; position: absolute; width: 70px; height: 5px; background: #13418e; left: 0; bottom: 0;}
.about-box .box1 .text .p{ margin-top: 30px; font-size: 1.4em; color: #333; line-height: 24px; padding-right: 8%;}
.about-box .box1 .text .p p{ text-indent: 2em;}
.about-box .box1 .img{ flex: 1; position: relative; overflow: hidden;}
.about-box .box1 .img img{ position: absolute; width: 100%; height: 100%;}
.about-box .box1 .ys{ width: 100%; margin-top: 50px;}
.about-box .box1 .ys ul{ display: flex; flex-wrap: wrap; margin: 0 -5%;}
.about-box .box1 .ys li{ width: 25%; padding: 0 5%; border-right: 1px solid #e5e5e5;}
.about-box .box1 .ys li:last-child{ border-right: none;}
.about-box .box1 .ys li .top{ text-align: center; line-height: 1;}
.about-box .box1 .ys li .top b{ font-size: 5.4em; color: #13418e; font-weight: bold; font-family: HanSans_CN;}
.about-box .box1 .ys li .top span{ font-size: 2em; color: #333; font-weight: bold; font-family: HanSans_CN;}
.about-box .box1 .ys li .t{ font-size: 2.4em; color: #333; font-weight: bold; font-family: HanSans_CN; text-align: center; margin-top: 20px;}
.about-box .box1 .ys li .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 15px; text-align: center;}
.about-box .box2{ margin-top: 86px;}
.about-box .box2 ul{ display: flex; flex-wrap: wrap;}
.about-box .box2 li{ width: calc((100% - 56px) / 2); margin-right: 28px; margin-top: 28px; position: relative;}
.about-box .box2 li:nth-child(2n), .about-box .box2 li:last-child{ margin-right: 0;}
/* .about-box .box2 li:last-child{ width: calc((100% - 28px) / 1.485);} */
.about-box .box2 li .img{ width: 100%; height: 400px; position: relative; z-index: 0;}
.about-box .box2 li .img img{ position: absolute; width: 100%; height: 100%;}
.about-box .box2 li .text{ position: absolute; width: 100%; bottom: 0; height: 180px; background: linear-gradient(transparent 0%, #13418e 50%) ; padding: 52px 48px 0;}
.about-box .box2 li .text .t{ font-size: 2.4em; color: #fff; font-weight: bold; font-family: HanSans_CN; position: relative; padding-top: 24px;}
.about-box .box2 li .text .t::before{ content: ""; position: absolute; width: 50px; height: 3px; background: #fff; top: 0; left: 0;}
.about-box .box2 li .text .p{ font-size: 1.6em; color: #fff; margin-top: 10px;}


.business-box{ padding: 54px 0;}
.business-box .title{ font-size: 3em; text-align: center; color: #333; font-weight: bold; font-family: HanSans_CN;}
.business-box .text{ overflow: hidden;}
.business-box .text .t{ font-size: 1.8em; color: #13418e; font-weight: bold; font-family: HanSans_CN; margin-top: 40px; padding-left: 20px; position: relative;}
.business-box .text .t::before{ content: ""; position: absolute; width: 10px; height: 10px; background: #13418e; border-radius: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.business-box .text .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 10px;}

.news-list{ margin-top: 50px;}
.news-list li{ overflow: hidden;}
.news-list li+li{ margin-top: 45px;}
.news-list li a{ display: flex; flex-wrap: wrap; height: 240px; background: #f9f9f9;}
.news-list li .img{ width: 28.9%; height: 100%; position: relative; overflow: hidden;}
.news-list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.news-list li:hover .img img{ transform: scale(1.1);}
.news-list li .text{ flex: 1; padding: 0 25px 0 30px; display: flex; flex-direction: column; justify-content: center;}
.news-list li .text .t{ font-size: 2em; color: #333; line-height: 1; font-weight: bold; font-family: HanSans_CN; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list li .text .p{ font-size: 1.4em; color: #838383; line-height: 24px; margin-top: 20px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news-list li .text .other{ display: flex;flex-wrap: wrap; justify-content: space-between; align-items: center; margin-top: 25px;}
.news-list li .text .other .date{ font-size: 1.4em; color: #333;}
.news-list li .text .other .btns{ overflow: hidden;}
.news-list li .text .other .btns span{ display: inline-block; width: 120px; height: 40px; line-height: 36px; border: 2px solid #13418e; font-size: 1.4em; color: #13418e; text-align: center;}
.news-list li:hover .text .t, .news-list li:hover .text .other .date{ color: #13418e;}
.news-list li .text .other .btns span:hover{ background: #13418e; color: #fff;}

.news-con{ padding: 54px 0 30px;}
.news-con .title{ margin: 0; font-size: 2.4em; color: #333; text-align: center; font-weight: bold; font-family: HanSans_CN;}
.news-con .bq{ font-size: 1.4em; color: #999; text-align: center; padding: 15px 0 30px; border-bottom: 1px dashed #e5e5e5;}
.news-con .bq span+span{ margin-left: 5px;}
.news-con .text{ padding: 30px 0; font-size: 1.4em; color: #333; line-height: 24px; border-bottom: 1px dashed #e5e5e5;}
.news-con .text p+p { margin-top: 15px; }
.news-con .text p[align="center"] { text-align: center; }

.team-list{ margin-top: 40px;}
.team-list ul{ display: flex; flex-wrap: wrap;}
.team-list li{ width: calc((100% - 9.6875vw) / 4); margin-right: 3.229vw; margin-top: 3.125vw;}
.team-list li:nth-child(-n+4){ margin-top: 0;}
.team-list li:nth-child(4n){ margin-right: 0;}
.team-list li .img{ width: 100%; height: 18.23vw; position: relative; overflow: hidden;}
.team-list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.team-list li:hover .img img{ transform: scale(1.1);}
.team-list li .t{ height: 60px; line-height: 60px; text-align: center; background: #f0f0f0; font-size: 1.8em; color: #333; font-weight: bold; font-family: HanSans_CN;}
.team-list li:hover .t{ background: #13418e; color: #fff;}

.xxgk-list{ margin-top: 22px;}
.xxgk-list li{ display: flex; flex-wrap: wrap; height: 80px; line-height: 80px; border-bottom: 1px dashed #e5e5e5;}
.xxgk-list li a{ font-size: 1.4em; color: #333; flex: 1; position: relative; padding-left: 25px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xxgk-list li a::before{ content: ""; position: absolute; width: 8px; height: 8px; border-radius: 100%; background: #999; left: 0; top: 50%; transform: translateY(-50%);}
.xxgk-list li span{ font-size: 1.4em; color: #999; width: 100px; text-align: right;}
.xxgk-list li:hover a{ color: #13418e;}
.xxgk-list li:hover a::before{ background: #13418e;}

.zzry-list{ margin-top: 4px;}
.zzry-list ul{ display: flex; flex-wrap: wrap;}
.zzry-list li{ width: calc((100% - 50px) / 3); margin-right: 25px; margin-top: 2.1vw;}
.zzry-list li:nth-child(3n){ margin-right: 0;}
.zzry-list li .img{ height: 15.625vw; width: 100%; position: relative; overflow: hidden; border: 1px solid #eee;}
.zzry-list li:hover .img{ border-color: #13418e;}
.zzry-list li .img img{ position: absolute; max-width: 90%; max-height: 90%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.zzry-list li:hover .img img{ transform: translate(-50%,-50%) scale(1.1);}
.zzry-list li .t{ font-size: 1.4em; color: #333; text-align: center; margin-top: 20px;}
.zzry-list li:hover .t{ color: #13418e;}

.hz-list{ margin-top: 20px;}
.hz-list ul{ display: flex; flex-wrap: wrap;}
.hz-list li{ width: calc((100% - 66px) / 4); height: 150px; margin-right: 22px; margin-top: 25px; position: relative; border: 1px solid #eee;}
.hz-list li:nth-child(4n){ margin-right: 0;}
.hz-list li a{ display: inline-block; width: 100%; height: 100%;}
.hz-list li img{ position: absolute; max-width: 90%; max-height: 90%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.hz-list li:hover img{ transform: translate(-50%,-50%) scale(1.1);}

.contact-box{ margin-top: 44px;}
.contact-box ul{ display: flex; flex-wrap: wrap;}
.contact-box li{ width: calc((100% - 75px) / 4); margin-left: 25px; height: 150px; display: flex; flex-wrap: wrap; align-items: center; background: #f8f8f8; padding: 0 30px;}
.contact-box li:first-child{ margin-left: 0;}
.contact-box li .icon{ width: 5vw; height: 5vw; border-radius: 100%; position: relative; background: #13418e;}
.contact-box li .icon img{ position: absolute; width: 45%; height: 45%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.contact-box li .text{ flex: 1; font-size: 1.4em; line-height: 24px; color: #333; padding-left: 25px; width: 50%;}

.contact-box li{ width: calc((100% - 25px) / 2);}
.contact-box li:nth-child(2n-1){ margin-left: 0;}
.contact-box li:nth-child(-n+2){ margin-bottom: 25px;}

.map{ height: 500px; margin-top: 45px;}
.map img{ max-width: none;}

.contact-message{ margin-top: 15px;}
.contact-message ul{ display: flex; flex-wrap: wrap;}
.contact-message li{ margin-top: 35px; width: 100%;}
.contact-message li:nth-child(-n+4){ width: calc((100% - 30px) / 2); margin-left: 30px;}
.contact-message li:nth-child(2n-1){ margin-left: 0;}
.contact-message li .t{ font-size: 1.8em; color: #13418e;  font-weight: bold; font-family: HanSans_CN;}
.contact-message li .p{ overflow: hidden; margin-top: 20px;}
.contact-message li .p input{ width: 100%; height: 50px; line-height: 50px; border: 1px solid #eee; padding: 0 15px; font-size: 1.4em;}
.contact-message li .p textarea{ width: 100%; height: 200px; border: 1px solid #eee; padding: 15px; font-size: 1.4em; line-height: 24px;}
.contact-message li:last-child{ text-align: center;}
.contact-message li:last-child input{ width: 200px; height: 50px; border: none; font-size: 1.6em; color: #fff;}
.contact-message li:last-child input[type="reset"]{ background: #bfbfbf; }
.contact-message li:last-child input[type="submit"]{ background: #13418e; margin-left: 30px;}

.job-box{ overflow: hidden;}
.job-box .top{ height: 50px; line-height: 50px; padding: 0 30px; display: flex; flex-wrap: wrap; background: #13418e; font-size: 1.6em; color: #fff; text-align: center;}
.job-box .top .w1{ width: 30%;}
.job-box .top .w2{ width: 15%;}
.job-box .top .w3{ width: 20%;}
.job-box .box{ overflow: hidden;  }
.job-box .box li{ background: #f5f5f5; padding: 0 30px; margin-bottom: 1px;}
.job-box .box li.on{ padding-bottom: 40px;}
.job-box .box li .t{ height: 50px; line-height: 50px; font-size: 1.4em; color: #333; text-align: center; display: flex; flex-wrap: wrap;}
.job-box .box li .t .w1{ width: 30%;}
.job-box .box li .t .w2{ width: 15%;}
.job-box .box li .t .w3{ width: 20%;}
.job-box .box li .t a{ color: #13418e;}
.job-box .box li .p{ background: #fff; margin-top: 30px; display: flex; flex-wrap: wrap; padding: 40px 50px 45px; font-size: 14px; line-height:1.8; }
.job-box .box li.on .p{ display: flex;}
.job-box .box li .p .box{ width: calc((100% - 30px) / 2); margin-left: 30px; font-size: 1.4em; color: #333; line-height: 24px;}
.job-box .box li .p .box:first-child{ margin-left: 0;}



.pager-list{ text-align:center; margin-top: 3.6458vw; margin-bottom: 5px;}
.pager-list ul{ list-style-type:none; margin:0; padding:0; display:inline-block;}
.pager-list li{ float:left; padding:0 5px;}
.pager-list li>*{ display:inline-block; font-size:14px; color:#333 !important; height:40px; line-height:40px !important; padding:0 16px!important;  background:#f4f4f4 !important; border-radius:0 !important; border: none !important;}
.pager-list li a:hover{ background: #02599c !important; color:#fff !important; border:1px solid #02599c;}
.pager-list li.active>*{ color:#fff !important; background:#02599c !important; border:1px solid #ddd;}
.pager-list li.disabled>*{ cursor:auto; background:#f4f4f4; color:#333;}
.pager-list li.active>span:hover, .pager-list li.active>a:hover{ background:#02599c !important; border:1px solid #02599c; color: #fff !important;}
.pager-list li .icon{ width: 20px; height: 20px; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}
.pager-list li .next{ transform: translate(-50%,-50%) rotate(180deg);}


.pager{ width: 100%; line-height: 32px; margin: 20px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.pager .next, .pager .prev{ width: 50%; text-align: left; font-size: 1.4em; color: #333;}
.pager a, .pager span{ color: inherit; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pager .next>a, .pager .next>span{ float: right;}
.pager a:hover{ color: #13418e; text-decoration: underline;}


.xf{ position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 99999;}
.xf li{ width: 70px; height: 70px; background: rgba(19,65,142,.85); display: flex; flex-direction: column; justify-content: center; position: relative;}
.xf li+li{ margin-top: 10px;}
.xf li:hover{ background: rgba(19,65,142,1);}
.xf li .icon{ width: 100%; height: 30px; text-align: center;}
.xf li .icon img{ height: 100%;}
.xf li .title{ font-size: 1.2em; color: #fff; text-align: center; margin-top: 5px;}
.xf li .box{ position: absolute; right: 75px; top: 50%; transform: translateY(-50%); background: #fff; padding: 10px; border-radius: 6px; min-width: 160px; font-size: 1.4em; color: #333; box-shadow: 0 0 5px rgba(0,0,0,.35); display: none;}
.xf li .box .wx{ width: 140px;}
.xf li .box .t{ text-align: center;}
.xf li:hover .box{ display: block;}



@media (min-width: 1366px){
.container{ width: 1300px; padding: 0;}

.about-box{ padding-top: 56px;}
.about-box .box1 .ys ul{ margin: 0 -3%;}
.about-box .box1 .ys li{ padding: 0 3%;}
.about-box .box1 .ys li .top b{ font-size: 4.8em;}
.about-box .box1 .ys li .t{ font-size: 2em;}
.about-box .box2 li .img{ height: 300px;}
.about-box .box2 li .text{ padding: 50px 38px 0;}
.about-box .box2 li .text .t{ font-size: 2em;}
.about-box .box2 li .text .p{ font-size: 1.4em;}



}
@media (max-width:1365px) and (min-width: 1200px){
.header .logo{ width: 35%; padding-right: 3%;}
.header .pc-nav{ width: 60%;}
.header .pc-nav li > a{ font-size: 1.4em;}

.footer .foot-left{ width: 40%;}

.about-box{ padding-top: 56px;}
.about-box .box1 .ys ul{ margin: 0 -3%;}
.about-box .box1 .ys li{ padding: 0 3%; width: 50%;}
.about-box .box1 .ys li:nth-child(-n+2){ margin-bottom: 30px;}
.about-box .box1 .ys li:nth-child(2n){ border-right: none;}
.about-box .box1 .ys li .top b{ font-size: 4.8em;}
.about-box .box1 .ys li .t{ font-size: 2em;}
.about-box .box2{ margin-top: 30px;}
.about-box .box2 li .img{ height: 300px;}
.about-box .box2 li .text{ padding: 30px 30px 0;}
.about-box .box2 li .text .t{ font-size: 2em;}
.about-box .box2 li .text .p{ font-size: 1.4em;}

.news-list li a{ height: 200px;}
.news-list li .text .p{ -webkit-line-clamp: 2;}

.team-list li .img{ height: 15.23vw;}


}
@media (max-width:1199px) and (min-width:992px){
.header{ height: 100px; line-height: 100px;}
.header .logo{ width: 30%; padding-right: 3%;}
.header .pc-nav{ width: 65%;}
.header .pc-nav li > a{ font-size: 1.4em; padding: 0 8px;}

.i-business .top .title span{ transform: translateY(.1vw);}
.i-business .list .swiper-slide{ width: calc(100% / 4);}
.i-business .list .swiper-slide .img{ height: 25.84vw;}
.i-business .list .swiper-slide .text .t{ font-size: 1.65vw;}

.i-performance .i-performance-right li{ padding: 10px; height: 11vw;}

.i-team .box .swiper-slide .text .t{ font-size: 2em;}
.i-team .box .swiper-slide .text .p{ font-size: 1.4em;}
.i-team .box .swiper-slide .text .more{ margin-top: .2vw;}
.i-team .box .swiper-slide-prev .text .t, .i-team .box .swiper-slide-next .text .t{ font-size: 1.6em;}

.footer .foot-left{ width: 40%;}
.footer .foot-contact{ padding: 0 1.5% 0 0;}

.page-banner{ margin-top: 100px; height: 350px;}
.page-banner .page-title{ width: 260px; height: 130px; padding-left: 30px;}
.page-banner .page-title .en{ font-size: 1.6em;}
.page-banner .page-title .cn{ font-size: 2.4em;}
.page-banner .mbx{ height: 45px; line-height: 45px;}
.page-banner .mbx a:first-child{ margin-left: 290px;}

.ty-left{ width: 260px;}
.ty-left .ty-nav li{ height: 60px; line-height: 60px; font-size: 1.6em; padding-left: 30px;}
.ty-left .ty-contact .top .cn{ font-size: 2em;}
.ty-left .ty-contact .text li+li{ margin-top: 12px;}
.ty-right{ padding: 30px 40px 50px;}

.about-box{ padding-top: 30px;}
.about-box .box1 .text{ width: 100%;}
.about-box .box1 .text .t{ font-size: 2em;}
.about-box .box1 .text .t::before{ height: 3px;}
.about-box .box1 .text .p{ padding-right: 0;}
.about-box .box1 .img{ flex: none; width: 100%; height: 300px; margin-top: 30px;}
.about-box .box1 .ys ul{ margin: 0 -3%;}
.about-box .box1 .ys li{ padding: 0 3%; width: 50%;}
.about-box .box1 .ys li:nth-child(-n+2){ margin-bottom: 30px;}
.about-box .box1 .ys li:nth-child(2n){ border-right: none;}
.about-box .box1 .ys li .top b{ font-size: 3.8em;}
.about-box .box1 .ys li .top span{ font-size: 1.8em;}
.about-box .box1 .ys li .t{ font-size: 1.8em; margin-top: 15px;}
.about-box .box1 .ys li .p{ font-size: 1.4em; margin-top: 15px;}
.about-box .box2{ margin-top: 30px;}
/* .about-box .box2 li{ width: calc((100% - 28px) / 2);}
.about-box .box2 li:nth-child(3n){ margin-right: 28px;}
.about-box .box2 li:nth-child(2n){ margin-right: 0;}
.about-box .box2 li:last-child{ width: 100%;} */
.about-box .box2 li .img{ height: 300px;}
.about-box .box2 li .text{ padding: 30px 30px 0;}
.about-box .box2 li .text .t{ font-size: 2em;}
.about-box .box2 li .text .p{ font-size: 1.4em;}

.business-box .title{ font-size: 2.6em;}

.news-list li a{ height: 200px;}
.news-list li .text .p{ -webkit-line-clamp: 2;}

.team-list li{ width: calc((100% - 6.6875vw) / 4); margin-right: 2.229vw; margin-top: 2.229vw;}
.team-list li .img{ height: 16.23vw;}
.team-list li .t{ font-size: 1.6em; height: 50px; line-height: 50px;}

.xxgk-list{ margin-top: 5px;}
.xxgk-list li{ height: 60px; line-height: 60px;}

.zzry-list li{ width: calc((100% - 25px) / 2);}
.zzry-list li:nth-child(3n){ margin-right: 25px;}
.zzry-list li:nth-child(2n){ margin-right: 0;}
.zzry-list li .img{ height: 20.625vw;}

.hz-list li{ width: calc((100% - 44px) / 3);}
.hz-list li:nth-child(4n){ margin-right: 22px;}
.hz-list li:nth-child(3n){ margin-right: 0;}

.contact-box li{ width: 100%; margin-left: 0;}
.contact-box li:nth-child(-n+3){ margin-bottom: 25px;}

.job-box .box li.on{ padding-bottom: 25px;}
.job-box .box li .p{ margin-top: 15px; padding: 30px 40px 25px;}


}
@media (max-width:991px) and (min-width: 768px){
.header{ height: 80px; line-height: 80px; position: fixed; background: #fff; width: 100%; z-index: 999; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.header .container{ flex-wrap: nowrap;}
.header .logo{ width: 75%;}
.header .logo img{ height: 50px;}
.header .pc-nav, .header .search-pc{ display: none;}
.nav .nav-top{ height: 80px; line-height: 80px;}

.banner{ margin-top: 80px;}

.i-business .top .title span{ transform: translateY(.1vw);}
.i-business .list .swiper-slide{ width: calc(100% / 3);}
.i-business .list .swiper-slide .img{ height: 34.84vw;}
.i-business .list .swiper-slide .text .t{ font-size: 1.65vw;}

.index-title{ font-size: 2.88vw;}
.index-title span{ font-size: 2.25vw; margin-left: 10px;}

.i-news .hd li{ width: 14.42vw; height: 4.6875vw; line-height: 4.6875vw; font-size: 1.4em;}
.i-news .bd .imgs{ width: 100%; flex: none; height: 57.2vw;}
.i-news .bd .imgs .swiper-slide .title{ font-size: 1.5em; padding-left: 15px;}
.i-news .bd .list{ padding-left: 0; width: 100%; margin-top: 30px;}
.i-news .bd .list li .date{ width: 12.25vw;}
.i-news .bd .list li .text .t{ font-size: 1.6em;}

.i-performance .i-performance-left{ width: 95%;}
.i-performance .i-performance-left li{ height: 16.54vw;}
.i-performance .i-performance-left li:nth-child(6), .i-performance .i-performance-left li:nth-child(7), .i-performance .i-performance-left li:nth-child(8), .i-performance .i-performance-left li:nth-child(9), .i-performance .i-performance-left li:nth-child(10){ transform: translateX(8.18vw); margin-top: -3vw; margin-bottom: -3vw;}
.i-performance .i-performance-right{ width: 100%; padding: 0; margin-top: 30px; height: auto;}
.i-performance .i-performance-right li{ height: 30vw;}

.i-team .box .swiper-slide{ width: 90%;}
.i-team .box .swiper-slide .img{ height: 34.84vw;}
.i-team .box .swiper-slide .text .t{ font-size: 2em;}
.i-team .box .swiper-slide .text .p{ font-size: 1.4em;}
.i-team .box .swiper-slide .text .more{ margin-top: 5.2vw;}
.i-team .box .swiper-button-prev{ left: 5.2%;}
.i-team .box .swiper-button-next{ right: 5.2%;}
.i-team .box .swiper-slide-prev .text .t, .i-team .box .swiper-slide-next .text .t{ font-size: 1.6em;}

.footer .footer-box{ padding-bottom: 20px;}
.footer .foot-left{ width: 100%; margin-bottom: 20px;}
.footer .foot-contact{ padding: 0 1.5% 0 0;}
.footer .footer-copy{ align-items: center; justify-content: center;}

.page-banner{ margin-top: 80px; height: 300px;}
.page-banner .page-title{ width: 220px; height: 110px; padding-left: 20px;}
.page-banner .page-title .en{ font-size: 1.4em;}
.page-banner .page-title .cn{ font-size: 2em; margin-top: 10px;}
.page-banner .mbx{ height: 40px; line-height: 40px;}
.page-banner .mbx a:first-child{ margin-left: 250px;}

.ty-left{ width: 220px;}
.ty-left .ty-nav li{ height: 50px; line-height: 50px; font-size: 1.4em; padding-left: 20px;}
.ty-left .ty-contact{ margin-top: 34px;}
.ty-left .ty-contact .top .en{ font-size: 1.2em;}
.ty-left .ty-contact .top .cn{ font-size: 1.8em;}
.ty-left .ty-contact .text{ padding: 20px;}
.ty-left .ty-contact .text li{ font-size: 1.3em; line-height: 22px;}
.ty-left .ty-contact .text li+li{ margin-top: 12px;}
.ty-right{ padding: 20px 40px 30px 30px;}

.about-box{ padding-top: 30px;}
.about-box .box1 .text{ width: 100%;}
.about-box .box1 .text .t{ font-size: 2em;}
.about-box .box1 .text .t::before{ height: 3px;}
.about-box .box1 .text .p{ padding-right: 0;}
.about-box .box1 .img{ flex: none; width: 100%; height: 300px; margin-top: 30px;}
.about-box .box1 .ys ul{ margin: 0 -3%;}
.about-box .box1 .ys li{ padding: 0 3%; width: 50%;}
.about-box .box1 .ys li:nth-child(-n+2){ margin-bottom: 30px;}
.about-box .box1 .ys li:nth-child(2n){ border-right: none;}
.about-box .box1 .ys li .top b{ font-size: 3.2em;}
.about-box .box1 .ys li .top span{ font-size: 1.8em;}
.about-box .box1 .ys li .t{ font-size: 1.8em; margin-top: 15px;}
.about-box .box1 .ys li .p{ font-size: 1.4em; margin-top: 15px;}
.about-box .box2{ margin-top: 30px;}
/* .about-box .box2 li{ width: calc((100% - 28px) / 2);}
.about-box .box2 li:nth-child(3n){ margin-right: 28px;}
.about-box .box2 li:nth-child(2n){ margin-right: 0;}
.about-box .box2 li:last-child{ width: 100%;} */
.about-box .box2 li .img{ height: 260px;}
.about-box .box2 li .text{ padding: 30px 30px 0; height: 170px;}
.about-box .box2 li .text .t{ font-size: 1.8em;}
.about-box .box2 li .text .p{ font-size: 1.4em;}

.business-box{ padding: 34px 0;}
.business-box .title{ font-size: 2.2em;}
.business-box .text .t{ margin-top: 30px;}

.news-list{ margin-top: 30px;}
.news-list li+li{ margin-top: 25px;}
.news-list li a{ height: auto;}
.news-list li .img{ width: 100%; height: 27.8vw;}
.news-list li .text{ padding: 30px 20px;}
.news-list li .text .t{ font-size: 1.8em;}
.news-list li .text .p{ margin-top: 15px; -webkit-line-clamp: 2;}
.news-list li .text .other{ margin-top: 20px;}

.news-con{ padding: 34px 0 30px;}
.news-con .title{ font-size: 2em;}

.team-list li{ width: calc((100% - 4.6875vw) / 3); margin-right: 2.229vw; margin-top: 2.229vw;}
.team-list li:nth-child(4n){ margin-right: 2.229vw;}
.team-list li:nth-child(4){ margin-top: 2.229vw;}
.team-list li:nth-child(3n){ margin-right: 0;}
.team-list li .img{ height: 20.23vw;}
.team-list li .t{ font-size: 1.4em; height: 40px; line-height: 40px;}

.xxgk-list{ margin-top: 5px;}
.xxgk-list li{ height: 60px; line-height: 60px;}

.zzry-list li{ width: calc((100% - 25px) / 2);}
.zzry-list li:nth-child(3n){ margin-right: 25px;}
.zzry-list li:nth-child(2n){ margin-right: 0;}
.zzry-list li .img{ height: 20.625vw;}

.hz-list li{ width: calc((100% - 22px) / 2);}
.hz-list li:nth-child(2n){ margin-right: 0;}

.contact-box li{ width: 100%; margin-left: 0;}
.contact-box li:nth-child(-n+3){ margin-bottom: 25px;}
.contact-box li .icon{ width: 8vw; height: 8vw;}
.map{ height: 400px;}
.contact-message li:nth-child(-n+4){ width: 100%; margin-left: 0;}
.contact-message li:last-child input{ width: 160px;}

.job-box .top{ font-size: 1.2em; padding: 0;}
.job-box .box li{ padding: 0 5px;}
.job-box .box li .t{ font-size: 1.2em;}
.job-box .box li.on{ padding-bottom: 25px;}
.job-box .box li .p{ margin-top: 5px; padding: 20px 30px 15px; flex-direction: column;}
.job-box .box li .p .box{ width: 100%; margin-left: 0;}
.job-box .box li .p .box:first-child{ margin-bottom: 15px;}

}
@media (max-width: 767px){
.header{ height: 60px; line-height: 60px; position: fixed; background: #fff; width: 100%; z-index: 999; padding: 0 15px;}
.header .container{ flex-wrap: nowrap;}
.header .logo{ width: 75%;}
.header .logo img{ height: 35px;}
.header .pc-nav, .header .search-pc{ display: none;}

.banner{ margin-top: 60px;}
.banner .swiper-pagination{ bottom: 10px;}
.banner .swiper-pagination-bullet{ width: 30px; height: 2px;}

.index-box{ padding: 20px 15px;}
.i-business .top .title, .i-business .top .icon{ height: 9.21vw; font-size: 1.6em;}
.i-business .top .title span{ margin-left: 5px; font-size: 1.2rem;}
.i-business .list{ margin-top: 15px;}
.i-business .list .swiper-slide{ width: calc(100% / 2);}
.i-business .list .swiper-slide .img{ height: 54.84vw;}
.i-business .list .swiper-slide .text .t{ padding-left: 10px; font-size: 2.25vw;}
.i-business .list .swiper-slide .text .more{ font-size: 1.2em;}
.i-business .list .swiper-button-prev{ right: 8.5vw;}
.i-business .list .swiper-button-next{ right: 10px;}
.i-business .list .swiper-button-next, .i-business .list .swiper-button-prev{ width: 4.76vw; height: 4.76vw; top: -7.5vw;}

.index-title{ font-size: 1.8em;}
.index-title span{ font-size: 1.2rem; margin-left: 5px;}

.i-news .hd{ margin-top: 15px;}
.i-news .hd li{ width: 20.42vw; height: 8.1667vw; line-height: 8.1667vw; font-size: 1.4rem;}
.i-news .bd{ margin-top: 18px;}
.i-news .bd .imgs{ width: 100%; flex: none; height: 57.2vw;}
.i-news .bd .imgs .swiper-slide .title{ font-size: 1.4em; padding-left: 15px; height: 50px; line-height: 50px;}
.i-news .bd .imgs .swiper-pagination{ right: 5px; bottom: 15px;}
.i-news .bd .imgs .swiper-pagination-bullet{ width: 8px; height: 8px; margin: 0 5px !important;}
.i-news .bd .list{ padding-left: 0; width: 100%; margin-top: 20px;}
.i-news .bd .list li{ padding: 12px 0;}
.i-news .bd .list li+li{ margin-top: 12px;}
.i-news .bd .list li .date{ width: 18.25vw;}
.i-news .bd .list li .date .day{ font-size: 1.6em;}
.i-news .bd .list li .date .y-m{ font-size: 1.2em; margin-top: 8px;}
.i-news .bd .list li .text{ padding-left: 15px;}
.i-news .bd .list li .text .t{ font-size: 1.5em;}
.i-news .bd .list li .text .icon{ width: 7.5vw;}

.i-performance{ padding: 20px 15px;}
.i-performance .i-performance-left{ width: 95%;}
.i-performance .i-performance-left li{ height: 21.54vw; width: calc((100% - 8.8vw) / 4);}
.i-performance .i-performance-left li:nth-child(5n-4){ margin-left: 1vw;}
.i-performance .i-performance-left li:nth-child(4n-3){ margin-left: 0;}
.i-performance .i-performance-left li:nth-child(5), .i-performance .i-performance-left li:nth-child(6), .i-performance .i-performance-left li:nth-child(7), .i-performance .i-performance-left li:nth-child(8){ transform: translateX(10.4vw); margin-top: -4vw; margin-bottom: -4vw;}
.i-performance .i-performance-left li:nth-child(9), .i-performance .i-performance-left li:nth-child(10){ transform: translateX(0); margin-top: 0; margin-bottom: 0;}
.i-performance .i-performance-left li:nth-child(13), .i-performance .i-performance-left li:nth-child(14), .i-performance .i-performance-left li:nth-child(15){ transform: translateX(10.4vw); margin-top: -4vw; margin-bottom: -4vw;}
.i-performance .i-performance-right{ width: 100%; padding: 0; margin-top: 40px; height: auto;}
.i-performance .i-performance-right li{ height: 31vw; padding: 10px;}

.i-team{ padding: 30px 0;}
.i-team .box{ margin-top: 20px;}
.i-team .box .swiper-slide{ width: 100%;}
.i-team .box .swiper-slide .img{ height: 39.84vw;}
.i-team .box .swiper-slide .text{ top: 50%;}
.i-team .box .swiper-slide .text .t{ font-size: 1.6em;}
.i-team .box .swiper-slide .text .line{ margin-top: 12px;}
.i-team .box .swiper-slide .text .line i{ height: 2px; width: 80px;}
.i-team .box .swiper-slide .text .p{ font-size: 1.2em;}
.i-team .box .swiper-slide .text .more{ margin-top: 1.2vw;}
.i-team .box .swiper-slide .text .more span{ width: 90px; height: 35px; line-height: 35px; font-size: 1.2em;}
.i-team .box .swiper-button-prev{ left: 0;}
.i-team .box .swiper-button-next{ right: 0;}
.i-team .box .swiper-slide-prev .text .t, .i-team .box .swiper-slide-next .text .t{ font-size: 1.6em;}
.i-team .box .swiper-button-next span, .i-team .box .swiper-button-prev span{ width: 4.6vw; height: 10.125vw;}

.footer{ padding: 25px 15px 0;}
.footer .footer-box{ padding-bottom: 20px;}
.footer .foot-left{ width: 100%; margin-bottom: 20px;}
.footer .foot-left .foot-nav li{ margin-top: 15px;}
.footer .foot-left .foot-nav li a{ padding-right: 22%;}
.footer .foot-contact{ padding: 0; width: 100%; flex: none;}
.footer .foot-contact li{ line-height: 26px; font-size: 1.3em;}
.footer .foot-contact li+li{ margin-top: 5px;}
.footer .foot-contact li img{ width: 20px; height: 20px;}
.footer .foot-wx{ margin: 20px auto 0; width: 110px;}
.footer .footer-copy{ align-items: center; justify-content: center; font-size: 1.2em; text-align: center; padding: 15px 0; line-height: 22px;}

.page-banner{ margin-top: 60px; height: 160px;}
.page-banner .page-title{ width: 160px; height: 85px; padding-left: 15px; left: 0;}
.page-banner .page-title .en{ font-size: 1.2em;}
.page-banner .page-title .cn{ font-size: 1.8em; margin-top: 10px;}
.page-banner .mbx{ height: 35px; line-height: 35px; font-size: 1.2em;}
.page-banner .mbx a:first-child{ margin-left: 130px; padding-left: 25px;}
.page-banner .mbx a:first-child img{ width: 16px; height: 16px;}

.ty-page{ padding: 20px 15px;}
.ty-left{ display: none;}
.ty-right{ padding: 20px; width: 100%; margin-left: 0;}
.ty-right .ty-top{ font-size: 1.6em;}

.about-box{ padding-top: 30px;}
.about-box .box1 .text{ width: 100%;}
.about-box .box1 .text .t{ font-size: 1.8em;}
.about-box .box1 .text .t::before{ height: 1px;}
.about-box .box1 .text .p{ padding-right: 0; margin-top: 20px;}
.about-box .box1 .img{ flex: none; width: 100%; height: 300px; margin-top: 20px;}
.about-box .box1 .ys{ margin-top: 30px;}
.about-box .box1 .ys ul{ margin: 0 -3%;}
.about-box .box1 .ys li{ padding: 0 3%; width: 100%; border-right: none;}
.about-box .box1 .ys li:nth-child(-n+3){ margin-bottom: 20px;}
.about-box .box1 .ys li:nth-child(2n){ border-right: none;}
.about-box .box1 .ys li .top b{ font-size: 3.2em;}
.about-box .box1 .ys li .top span{ font-size: 1.8em;}
.about-box .box1 .ys li .t{ font-size: 1.8em; margin-top: 15px;}
.about-box .box1 .ys li .p{ font-size: 1.4em; margin-top: 15px;}
.about-box .box2{ margin-top: 10px;}
.about-box .box2 li{ width: 100%; margin-right: 0;}
.about-box .box2 li:last-child{ width: 100%;}
.about-box .box2 li .img{ height: 260px;}
.about-box .box2 li .text{ padding: 20px 20px 0; height: 120px;}
.about-box .box2 li .text .t{ font-size: 1.6em;}
.about-box .box2 li .text .p{ font-size: 1.3em;}


.business-box{ padding: 20px 0;}
.business-box .title{ font-size: 1.6em;}
.business-box .text .t{ margin-top: 20px; font-size: 1.6em;}

.news-list{ margin-top: 30px;}
.news-list li+li{ margin-top: 20px;}
.news-list li a{ height: auto;}
.news-list li .img{ width: 100%; height: 49.8vw;}
.news-list li .text{ padding: 20px;}
.news-list li .text .t{ font-size: 1.6em;}
.news-list li .text .p{ margin-top: 10px; -webkit-line-clamp: 2;}
.news-list li .text .other{ margin-top: 14px;}
.news-list li .text .other .btns span{ width: 90px; height: 30px; line-height: 30px; border: 1px solid #13418e; font-size: 1.2em;}

.news-con{ padding: 25px 0 0;}
.news-con .title{ font-size: 1.6em;}
.news-con .bq{ padding: 15px 0 20px; font-size: 1.2em;}
.news-con .text{ padding: 20px 0;}

.team-list{ margin-top: 10px;}
.team-list li{ width: calc((100% - 2.229vw) / 2); margin-right: 2.229vw; margin-top: 2.229vw;}
.team-list li:nth-child(-n+4){ margin-top: 2.229vw;}
.team-list li:nth-child(2n){ margin-right: 0;}
.team-list li .img{ height: 46.23vw;}
.team-list li .t{ font-size: 1.4em; height: 40px; line-height: 40px;}

.xxgk-list{ margin-top: 5px;}
.xxgk-list li{ height: 60px; line-height: 60px;}
.xxgk-list li a{ padding-left: 22px;}
.xxgk-list li a::before{ width: 6px; height: 6px;}

.zzry-list li{ width: calc((100% - 15px) / 2); margin-right: 15px; margin-top: 3.6vw;}
.zzry-list li:nth-child(3n){ margin-right: 15px;}
.zzry-list li:nth-child(2n){ margin-right: 0;}
.zzry-list li .img{ height: 26.625vw;}
.zzry-list li .t{ margin-top: 10px;}

.hz-list{ margin-top: 10px;}
.hz-list li{ width: calc((100% - 15px) / 2); margin-right: 15px; height: 120px; margin-top: 15px;}
.hz-list li:nth-child(2n){ margin-right: 0;}

.contact-box{ margin-top: 25px;}
.contact-box li{ width: 100%; margin-left: 0; height: 120px; padding: 0 20px;}
.contact-box li:nth-child(-n+3){ margin-bottom: 25px;}
.contact-box li .icon{ width: 16vw; height: 16vw;}
.contact-box li .text{ padding-left: 20px;}
.map{ height: 300px; margin-top: 25px;}
.contact-message li{ margin-top: 20px;}
.contact-message li:nth-child(-n+4){ width: 100%; margin-left: 0;}
.contact-message li .t{ font-size: 1.5em;}
.contact-message li .p{ margin-top: 10px;}
.contact-message li .p textarea{ height: 150px;}
.contact-message li:last-child input{ width: 120px; height: 40px; font-size: 1.4em;}
.contact-message li:last-child input[type="submit"]{ margin-left: 15px;}

.job-box{ overflow: inherit; overflow-y: hidden;}
.job-box .top{ font-size: 1.2em; padding: 0; width: 600px;}
.job-box .box{ width: 600px;}
.job-box .box li{ padding: 0 15px;}
.job-box .box li .t{ font-size: 1.2em;}
.job-box .box li.on{ padding-bottom: 25px;}
.job-box .box li .p{ margin-top: 5px; padding: 20px 20px 15px; flex-direction: column;}
.job-box .box li .p .box{ width: 100%; margin-left: 0;}
.job-box .box li .p .box:first-child{ margin-bottom: 15px;}



.pager-list{ margin-bottom: 0; margin-top: 30px;}
.pager-list li{ margin-bottom: 10px;}
.pager-list li>*{ height: 36px; line-height: 36px !important; font-size: 1.2em;}
.pager-list li .icon{ width: 14px; height: 14px;}

.pager .next, .pager .prev{ width: 100%; font-size: 1.2em;}
.pager .next>a, .pager .next>span{ float: left;}

.xf{ display: none;}
}





